Maple Problem Set 


 

> Limit(`*`(`^`(x, 2)), x = 2);
 

Limit(`*`(`^`(x, 2)), x = 2); (5.9.1)
 

> limit(`*`(`^`(x, 2)), x = 2);
 

4; (5.9.2)
 

 

2.  The iscont() command checks for continuity. 

 

3. If a function is discontinous, the adding discont=true or discont=[showremoveable] will help omit extraneous vertical lines or add in circles that highlight where a function has a hole, respectively. 

 

4. The keyword infinity can be used to represent infinity. Also the ∞ symbol is on the Common Symbols Palette.